home *** CD-ROM | disk | FTP | other *** search
- object EXEForm: TEXEForm
- Left = 209
- Top = 113
- BorderStyle = bsDialog
- Caption = 'PowerArchiver Self-Extractor'
- ClientHeight = 392
- ClientWidth = 344
- Color = clBtnFace
- ParentFont = True
- KeyPreview = True
- OldCreateOrder = True
- Scaled = False
- OnCreate = FormCreate
- OnKeyPress = FormKeyPress
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object UnZIPToL: TLabel
- Left = 8
- Top = 58
- Width = 241
- Height = 15
- AutoSize = False
- Caption = 'Default "UnZip &To" folder:'
- FocusControl = UnZipTo
- end
- object CaptionL: TLabel
- Left = 8
- Top = 154
- Width = 241
- Height = 15
- AutoSize = False
- Caption = 'Ca&ption:'
- FocusControl = ECaption
- end
- object CommandLineL: TLabel
- Left = 8
- Top = 201
- Width = 241
- Height = 15
- AutoSize = False
- Caption = 'Run co&mmand line after extracting:'
- FocusControl = CommandLine
- end
- object Bevel: TBevel
- Left = 8
- Top = 50
- Width = 241
- Height = 9
- ParentShowHint = False
- Shape = bsTopLine
- ShowHint = True
- end
- object ArchiveNameL: TLabel
- Left = 8
- Top = 7
- Width = 241
- Height = 15
- AutoSize = False
- Caption = 'Self-Extractor file &name:'
- FocusControl = ArchiveName
- end
- object Label1: TLabel
- Left = 8
- Top = 106
- Width = 241
- Height = 15
- AutoSize = False
- Caption = 'File co&nflict:'
- FocusControl = ComboBox1
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 248
- Width = 241
- Height = 137
- TabOrder = 5
- object CheckBox3: TCheckBox
- Left = 8
- Top = 16
- Width = 225
- Height = 17
- Caption = 'Show &success message when complete'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- object AutoRun: TCheckBox
- Left = 8
- Top = 88
- Width = 225
- Height = 17
- Caption = 'Do not prompt user &before extracting'
- TabOrder = 3
- end
- object HideOverwrite: TCheckBox
- Left = 8
- Top = 40
- Width = 225
- Height = 17
- Caption = 'Hide over&write options'
- TabOrder = 1
- end
- object CheckBox1: TCheckBox
- Left = 8
- Top = 64
- Width = 225
- Height = 17
- Caption = 'Hide file &list'
- TabOrder = 2
- end
- object CheckBox2: TCheckBox
- Left = 8
- Top = 112
- Width = 225
- Height = 17
- Caption = '&Delete files after executing command line'
- TabOrder = 4
- end
- end
- object UnZipTo: TComboBox
- Left = 8
- Top = 74
- Width = 241
- Height = 21
- ItemHeight = 13
- TabOrder = 1
- Text = 'UnZipTo'
- Items.Strings = (
- 'Current directory'
- 'Use TEMP directory'
- 'Use Program Files directory')
- end
- object ComboBox1: TComboBox
- Left = 8
- Top = 122
- Width = 241
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- Items.Strings = (
- 'Overwrite file automatically '
- 'Do not overwrite files'
- 'Prompt user to overwrite')
- end
- object ArchiveName: TEdit
- Left = 8
- Top = 24
- Width = 209
- Height = 21
- TabOrder = 0
- end
- object ECaption: TEdit
- Left = 8
- Top = 170
- Width = 241
- Height = 21
- TabOrder = 3
- end
- object CommandLine: TEdit
- Left = 8
- Top = 216
- Width = 241
- Height = 21
- TabOrder = 4
- OnChange = CommandLineChange
- end
- object OKButt: TButton
- Left = 264
- Top = 16
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 6
- OnClick = OKButtClick
- end
- object CancelButt: TButton
- Left = 264
- Top = 48
- Width = 75
- Height = 25
- Caption = '&Cancel'
- TabOrder = 7
- OnClick = CancelButtClick
- end
- object HelpButt: TButton
- Left = 264
- Top = 80
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 8
- OnClick = HelpButtClick
- end
- object Button1: TButton
- Left = 224
- Top = 24
- Width = 25
- Height = 21
- Caption = '...'
- TabOrder = 9
- OnClick = Button1Click
- end
- object OpenDialog1: TOpenDialog
- Filter = 'Self Extracting Files|*.exe'
- Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofFileMustExist]
- Title = 'Browse'
- Left = 13
- Top = 30
- end
- end
-